【例子介绍】OPC UA客户端测试工具
【相关图片】
【源码结构】
.
├── OPC UA客户端测试工具 有源码 .zip
└── OpcUaHelper-master
├── Imgs
│ ├── Monitor.png
│ └── support.png
├── LICENSE
├── OpcUaHelper
│ ├── ClientUtils.cs
│ ├── ExceptionDlg.cs
│ ├── ExceptionDlg.designer.cs
│ ├── ExceptionDlg.resx
│ ├── FilterDeclaration.cs
│ ├── FormUtils.cs
│ ├── Forms
│ │ ├── DiscoverServerDlg.cs
│ │ ├── DiscoverServerDlg.designer.cs
│ │ ├── DiscoverServerDlg.resx
│ │ ├── FormBrowseServer.cs
│ │ ├── FormBrowseServer.designer.cs
│ │ ├── FormBrowseServer.resx
│ │ ├── FormConnectSelect.Designer.cs
│ │ ├── FormConnectSelect.cs
│ │ ├── FormConnectSelect.resx
│ │ └── TreeViewEx.cs
│ ├── OpcUaClient.cs
│ ├── OpcUaHelper.csproj
│ ├── OpcUaStatusEventArgs.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── BouncyCastle.Crypto.dll
│ │ ├── BouncyCastle.Crypto.xml
│ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.xml
│ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.xml
│ │ ├── Microsoft.AspNetCore.Hosting.dll
│ │ ├── Microsoft.AspNetCore.Hosting.xml
│ │ ├── Microsoft.AspNetCore.Http.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Http.Abstractions.xml
│ │ ├── Microsoft.AspNetCore.Http.Extensions.dll
│ │ ├── Microsoft.AspNetCore.Http.Extensions.xml
│ │ ├── Microsoft.AspNetCore.Http.Features.dll
│ │ ├── Microsoft.AspNetCore.Http.Features.xml
│ │ ├── Microsoft.AspNetCore.Http.dll
│ │ ├── Microsoft.AspNetCore.Http.xml
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.xml
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.dll
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.xml
│ │ ├── Microsoft.AspNetCore.WebUtilities.dll
│ │ ├── Microsoft.AspNetCore.WebUtilities.xml
│ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll
│ │ ├── Microsoft.Extensions.Configuration.Abstractions.xml
│ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
│ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.xml
│ │ ├── Microsoft.Extensions.Configuration.dll
│ │ ├── Microsoft.Extensions.Configuration.xml
│ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.xml
│ │ ├── Microsoft.Extensions.DependencyInjection.dll
│ │ ├── Microsoft.Extensions.DependencyInjection.xml
│ │ ├── Microsoft.Extensions.FileProviders.Abstractions.dll
│ │ ├── Microsoft.Extensions.FileProviders.Abstractions.xml
│ │ ├── Microsoft.Extensions.FileProviders.Physical.dll
│ │ ├── Microsoft.Extensions.FileProviders.Physical.xml
│ │ ├── Microsoft.Extensions.FileSystemGlobbing.dll
│ │ ├── Microsoft.Extensions.FileSystemGlobbing.xml
│ │ ├── Microsoft.Extensions.Logging.Abstractions.dll
│ │ ├── Microsoft.Extensions.Logging.Abstractions.xml
│ │ ├── Microsoft.Extensions.Logging.dll
│ │ ├── Microsoft.Extensions.Logging.xml
│ │ ├── Microsoft.Extensions.ObjectPool.dll
│ │ ├── Microsoft.Extensions.ObjectPool.xml
│ │ ├── Microsoft.Extensions.Options.dll
│ │ ├── Microsoft.Extensions.Options.xml
│ │ ├── Microsoft.Extensions.PlatformAbstractions.dll
│ │ ├── Microsoft.Extensions.PlatformAbstractions.xml
│ │ ├── Microsoft.Extensions.Primitives.dll
│ │ ├── Microsoft.Extensions.Primitives.xml
│ │ ├── Microsoft.Net.Http.Headers.dll
│ │ ├── Microsoft.Net.Http.Headers.xml
│ │ ├── Microsoft.Win32.Primitives.dll
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── Opc.Ua.Client.dll
│ │ ├── Opc.Ua.Configuration.dll
│ │ ├── Opc.Ua.Core.dll
│ │ ├── Opc.Ua.Gds.Client.Common.dll
│ │ ├── Opc.Ua.Gds.Server.Common.dll
│ │ ├── Opc.Ua.Server.dll
│ │ ├── OpcUaHelper.dll
│ │ ├── OpcUaHelper.dll.config
│ │ ├── OpcUaHelper.pdb
│ │ ├── OpcUaHelper.xml
│ │ ├── System.AppContext.dll
│ │ ├── System.Buffers.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Collections.Immutable.xml
│ │ ├── System.Console.dll
│ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ ├── System.Diagnostics.DiagnosticSource.xml
│ │ ├── System.Globalization.Calendars.dll
│ │ ├── System.IO.Compression.ZipFile.dll
│ │ ├── System.IO.Compression.dll
│ │ ├── System.IO.FileSystem.Primitives.dll
│ │ ├── System.IO.FileSystem.dll
│ │ ├── System.Net.Http.dll
│ │ ├── System.Net.Sockets.dll
│ │ ├── System.Numerics.Vectors.dll
│ │ ├── System.Numerics.Vectors.xml
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── System.Reflection.Metadata.xml
│ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ ├── System.Runtime.CompilerServices.Unsafe.xml
│ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ ├── System.Security.Cryptography.Encoding.dll
│ │ ├── System.Security.Cryptography.Primitives.dll
│ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ ├── System.Text.Encodings.Web.dll
│ │ ├── System.Text.Encodings.Web.xml
│ │ ├── System.Threading.Tasks.Extensions.dll
│ │ ├── System.Threading.Tasks.Extensions.xml
│ │ └── System.Xml.ReaderWriter.dll
│ ├── img
│ │ ├── Activity_16xLG.png
│ │ ├── ClassIcon.ico
│ │ ├── ClassIcon.png
│ │ ├── Class_489.png
│ │ ├── Cloud_16xLG.png
│ │ ├── Copy_6524.png
│ │ ├── Delegate_8339.png
│ │ ├── Enum_582.png
│ │ ├── Event_594.png
│ │ ├── Event_594_exp.png
│ │ ├── ListView_687.png
│ │ ├── Method_636.png
│ │ ├── Module_648.png
│ │ ├── RegistryEditor_5838.ico
│ │ ├── SingleMessage_5727.ico
│ │ ├── Structure_507.png
│ │ ├── Table_748.png
│ │ ├── Tag_7213.png
│ │ ├── UserInterfaceEditor_5845.ico
│ │ ├── VirtualMachine.png
│ │ ├── WindowsForm_817.ico
│ │ ├── brackets_Square_16xMD.png
│ │ ├── docview_xaml_on_16x16.png
│ │ ├── glasses_16xLG.png
│ │ ├── grid_Data_16xLG.png
│ │ ├── lightningBolt_16xLG.png
│ │ ├── loading.gif
│ │ └── usbcontroller.png
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── OpcUaHelper.ExceptionDlg.resources
│ │ ├── OpcUaHelper.Forms.DiscoverServerDlg.resources
│ │ ├── OpcUaHelper.Forms.FormBrowseServer.resources
│ │ ├── OpcUaHelper.Forms.FormConnectSelect.resources
│ │ ├── OpcUaHelper.Properties.Resources.resources
│ │ ├── OpcUaHelper.csproj.AssemblyReference.cache
│ │ ├── OpcUaHelper.csproj.CopyComplete
│ │ ├── OpcUaHelper.csproj.CoreCompileInputs.cache
│ │ ├── OpcUaHelper.csproj.FileListAbsolute.txt
│ │ ├── OpcUaHelper.csproj.GenerateResource.cache
│ │ ├── OpcUaHelper.dll
│ │ ├── OpcUaHelper.pdb
│ │ └── TempPE
│ └── packages.config
├── OpcUaHelper.Demo
│ ├── App.config
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── OpcUaHelper.Demo.csproj
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SampleUse.cs
│ ├── bin
│ │ └── Debug
│ │ ├── BouncyCastle.Crypto.dll
│ │ ├── BouncyCastle.Crypto.xml
│ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.xml
│ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.xml
│ │ ├── Microsoft.AspNetCore.Hosting.dll
│ │ ├── Microsoft.AspNetCore.Hosting.xml
│ │ ├── Microsoft.AspNetCore.Http.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Http.Abstractions.xml
│ │ ├── Microsoft.AspNetCore.Http.Extensions.dll
│ │ ├── Microsoft.AspNetCore.Http.Extensions.xml
│ │ ├── Microsoft.AspNetCore.Http.Features.dll
│ │ ├── Microsoft.AspNetCore.Http.Features.xml
│ │ ├── Microsoft.AspNetCore.Http.dll
│ │ ├── Microsoft.AspNetCore.Http.xml
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.xml
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.dll
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.xml
│ │ ├── Microsoft.AspNetCore.WebUtilities.dll
│ │ ├── Microsoft.AspNetCore.WebUtilities.xml
│ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll
│ │ ├── Microsoft.Extensions.Configuration.Abstractions.xml
│ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
│ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.xml
│ │ ├── Microsoft.Extensions.Configuration.dll
│ │ ├── Microsoft.Extensions.Configuration.xml
│ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.xml
│ │ ├── Microsoft.Extensions.DependencyInjection.dll
│ │ ├── Microsoft.Extensions.DependencyInjection.xml
│ │ ├── Microsoft.Extensions.FileProviders.Abstractions.dll
│ │ ├── Microsoft.Extensions.FileProviders.Abstractions.xml
│ │ ├── Microsoft.Extensions.FileProviders.Physical.dll
│ │ ├── Microsoft.Extensions.FileProviders.Physical.xml
│ │ ├── Microsoft.Extensions.FileSystemGlobbing.dll
│ │ ├── Microsoft.Extensions.FileSystemGlobbing.xml
│ │ ├── Microsoft.Extensions.Logging.Abstractions.dll
│ │ ├── Microsoft.Extensions.Logging.Abstractions.xml
│ │ ├── Microsoft.Extensions.Logging.dll
│ │ ├── Microsoft.Extensions.Logging.xml
│ │ ├── Microsoft.Extensions.ObjectPool.dll
│ │ ├── Microsoft.Extensions.ObjectPool.xml
│ │ ├── Microsoft.Extensions.Options.dll
│ │ ├── Microsoft.Extensions.Options.xml
│ │ ├── Microsoft.Extensions.PlatformAbstractions.dll
│ │ ├── Microsoft.Extensions.PlatformAbstractions.xml
│ │ ├── Microsoft.Extensions.Primitives.dll
│ │ ├── Microsoft.Extensions.Primitives.xml
│ │ ├── Microsoft.Net.Http.Headers.dll
│ │ ├── Microsoft.Net.Http.Headers.xml
│ │ ├── Microsoft.Win32.Primitives.dll
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── Opc.Ua.Client.dll
│ │ ├── Opc.Ua.Configuration.dll
│ │ ├── Opc.Ua.Core.dll
│ │ ├── Opc.Ua.Gds.Client.Common.dll
│ │ ├── Opc.Ua.Gds.Server.Common.dll
│ │ ├── Opc.Ua.Server.dll
│ │ ├── OpcUaHelper.Demo.exe
│ │ ├── OpcUaHelper.Demo.exe.config
│ │ ├── OpcUaHelper.Demo.pdb
│ │ ├── OpcUaHelper.dll
│ │ ├── OpcUaHelper.dll.config
│ │ ├── OpcUaHelper.pdb
│ │ ├── OpcUaHelper.xml
│ │ ├── System.AppContext.dll
│ │ ├── System.Buffers.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Collections.Immutable.xml
│ │ ├── System.Console.dll
│ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ ├── System.Diagnostics.DiagnosticSource.xml
│ │ ├── System.Globalization.Calendars.dll
│ │ ├── System.IO.Compression.ZipFile.dll
│ │ ├── System.IO.Compression.dll
│ │ ├── System.IO.FileSystem.Primitives.dll
│ │ ├── System.IO.FileSystem.dll
│ │ ├── System.Net.Http.dll
│ │ ├── System.Net.Sockets.dll
│ │ ├── System.Numerics.Vectors.dll
│ │ ├── System.Numerics.Vectors.xml
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── System.Reflection.Metadata.xml
│ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ ├── System.Runtime.CompilerServices.Unsafe.xml
│ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ ├── System.Security.Cryptography.Encoding.dll
│ │ ├── System.Security.Cryptography.Primitives.dll
│ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ ├── System.Text.Encodings.Web.dll
│ │ ├── System.Text.Encodings.Web.xml
│ │ ├── System.Threading.Tasks.Extensions.dll
│ │ ├── System.Threading.Tasks.Extensions.xml
│ │ └── System.Xml.ReaderWriter.dll
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── OpcUaHelper.Demo.Form1.resources
│ │ ├── OpcUaHelper.Demo.Properties.Resources.resources
│ │ ├── OpcUaHelper.Demo.csproj.AssemblyReference.cache
│ │ ├── OpcUaHelper.Demo.csproj.CopyComplete
│ │ ├── OpcUaHelper.Demo.csproj.CoreCompileInputs.cache
│ │ ├── OpcUaHelper.Demo.csproj.FileListAbsolute.txt
│ │ ├── OpcUaHelper.Demo.csproj.GenerateResource.cache
│ │ ├── OpcUaHelper.Demo.exe
│ │ ├── OpcUaHelper.Demo.pdb
│ │ └── TempPE
│ └── packages.config
├── OpcUaHelper.NetCoreDemo
│ ├── OpcUaHelper.NetCoreDemo.csproj
│ ├── Program.cs
│ ├── Properties
│ │ └── PublishProfiles
│ │ └── FolderProfile.pubxml
│ ├── bin
│ │ └── Debug
│ │ └── netcoreapp2.1
│ └── obj
│ ├── Debug
│ │ └── netcoreapp2.1
│ ├── OpcUaHelper.NetCoreDemo.csproj.nuget.dgspec.json
│ ├── OpcUaHelper.NetCoreDemo.csproj.nuget.g.props
│ ├── OpcUaHelper.NetCoreDemo.csproj.nuget.g.targets
│ ├── project.assets.json
│ └── project.nuget.cache
├── OpcUaHelper.Standard
│ ├── OpcUaHelper.Standard.csproj
│ ├── Properties
│ │ └── PublishProfiles
│ │ └── FolderProfile.pubxml
│ ├── bin
│ │ └── Debug
│ │ └── netstandard2.0
│ └── obj
│ ├── Debug
│ │ └── netstandard2.0
│ ├── OpcUaHelper.Standard.csproj.nuget.dgspec.json
│ ├── OpcUaHelper.Standard.csproj.nuget.g.props
│ ├── OpcUaHelper.Standard.csproj.nuget.g.targets
│ ├── project.assets.json
│ └── project.nuget.cache
├── OpcUaHelper.Tool
│ ├── App.config
│ ├── BrowseTreeCtrl.cs
│ ├── Browser.cs
│ ├── OpcUaHelper.Tool.csproj
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── BouncyCastle.Crypto.dll
│ │ ├── BouncyCastle.Crypto.xml
│ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.xml
│ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.xml
│ │ ├── Microsoft.AspNetCore.Hosting.dll
│ │ ├── Microsoft.AspNetCore.Hosting.xml
│ │ ├── Microsoft.AspNetCore.Http.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Http.Abstractions.xml
│ │ ├── Microsoft.AspNetCore.Http.Features.dll
│ │ ├── Microsoft.AspNetCore.Http.Features.xml
│ │ ├── Microsoft.AspNetCore.Http.dll
│ │ ├── Microsoft.AspNetCore.Http.xml
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.xml
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.dll
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.xml
│ │ ├── Microsoft.AspNetCore.WebUtilities.dll
│ │ ├── Microsoft.AspNetCore.WebUtilities.xml
│ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll
│ │ ├── Microsoft.Extensions.Configuration.Abstractions.xml
│ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
│ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.xml
│ │ ├── Microsoft.Extensions.Configuration.dll
│ │ ├── Microsoft.Extensions.Configuration.xml
│ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.xml
│ │ ├── Microsoft.Extensions.DependencyInjection.dll
│ │ ├── Microsoft.Extensions.DependencyInjection.xml
│ │ ├── Microsoft.Extensions.FileProviders.Abstractions.dll
│ │ ├── Microsoft.Extensions.FileProviders.Abstractions.xml
│ │ ├── Microsoft.Extensions.FileProviders.Physical.dll
│ │ ├── Microsoft.Extensions.FileProviders.Physical.xml
│ │ ├── Microsoft.Extensions.FileSystemGlobbing.dll
│ │ ├── Microsoft.Extensions.FileSystemGlobbing.xml
│ │ ├── Microsoft.Extensions.Logging.Abstractions.dll
│ │ ├── Microsoft.Extensions.Logging.Abstractions.xml
│ │ ├── Microsoft.Extensions.Logging.dll
│ │ ├── Microsoft.Extensions.Logging.xml
│ │ ├── Microsoft.Extensions.ObjectPool.dll
│ │ ├── Microsoft.Extensions.ObjectPool.xml
│ │ ├── Microsoft.Extensions.Options.dll
│ │ ├── Microsoft.Extensions.Options.xml
│ │ ├── Microsoft.Extensions.PlatformAbstractions.dll
│ │ ├── Microsoft.Extensions.PlatformAbstractions.xml
│ │ ├── Microsoft.Extensions.Primitives.dll
│ │ ├── Microsoft.Extensions.Primitives.xml
│ │ ├── Microsoft.Net.Http.Headers.dll
│ │ ├── Microsoft.Net.Http.Headers.xml
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── Opc.Ua.Client.dll
│ │ ├── Opc.Ua.Configuration.dll
│ │ ├── Opc.Ua.Core.dll
│ │ ├── OpcUaHelper.Tool.exe
│ │ ├── OpcUaHelper.Tool.exe.config
│ │ ├── OpcUaHelper.Tool.pdb
│ │ ├── OpcUaHelper.dll
│ │ ├── OpcUaHelper.dll.config
│ │ ├── OpcUaHelper.pdb
│ │ ├── OpcUaHelper.xml
│ │ ├── System.Buffers.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Collections.Immutable.xml
│ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ ├── System.Diagnostics.DiagnosticSource.xml
│ │ ├── System.Numerics.Vectors.dll
│ │ ├── System.Numerics.Vectors.xml
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── System.Reflection.Metadata.xml
│ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ ├── System.Runtime.CompilerServices.Unsafe.xml
│ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ ├── System.Text.Encodings.Web.dll
│ │ ├── System.Text.Encodings.Web.xml
│ │ ├── System.Threading.Tasks.Extensions.dll
│ │ └── System.Threading.Tasks.Extensions.xml
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── OpcUaHelper.Tool.Properties.Resources.resources
│ ├── OpcUaHelper.Tool.csproj.AssemblyReference.cache
│ ├── OpcUaHelper.Tool.csproj.CopyComplete
│ ├── OpcUaHelper.Tool.csproj.CoreCompileInputs.cache
│ ├── OpcUaHelper.Tool.csproj.FileListAbsolute.txt
│ ├── OpcUaHelper.Tool.csproj.GenerateResource.cache
│ ├── OpcUaHelper.Tool.exe
│ ├── OpcUaHelper.Tool.exe.config
│ ├── OpcUaHelper.Tool.pdb
│ └── TempPE
├── OpcUaHelper.sln
├── OpcUaServerSample
│ ├── App.config
│ ├── App.ico
│ ├── Dll
│ │ ├── BouncyCastle.Crypto.dll
│ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Hosting.dll
│ │ ├── Microsoft.AspNetCore.Http.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Http.Features.dll
│ │ ├── Microsoft.AspNetCore.Http.dll
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.dll
│ │ ├── Microsoft.AspNetCore.WebUtilities.dll
│ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll
│ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
│ │ ├── Microsoft.Extensions.Configuration.dll
│ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│ │ ├── Microsoft.Extensions.DependencyInjection.dll
│ │ ├── Microsoft.Extensions.FileProviders.Abstractions.dll
│ │ ├── Microsoft.Extensions.FileProviders.Physical.dll
│ │ ├── Microsoft.Extensions.FileSystemGlobbing.dll
│ │ ├── Microsoft.Extensions.Logging.Abstractions.dll
│ │ ├── Microsoft.Extensions.Logging.dll
│ │ ├── Microsoft.Extensions.ObjectPool.dll
│ │ ├── Microsoft.Extensions.Options.dll
│ │ ├── Microsoft.Extensions.PlatformAbstractions.dll
│ │ ├── Microsoft.Extensions.Primitives.dll
│ │ ├── Microsoft.Net.Http.Headers.dll
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Opc.Ua.CertificateGenerator.exe
│ │ ├── Opc.Ua.Configuration.dll
│ │ ├── Opc.Ua.Core.dll
│ │ ├── Opc.Ua.Server.dll
│ │ ├── Opc.Ua.ServerControls.dll
│ │ ├── System.Buffers.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ ├── System.Net.Http.dll
│ │ ├── System.Numerics.Vectors.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ ├── System.Text.Encodings.Web.dll
│ │ └── System.Threading.Tasks.Extensions.dll
│ ├── Namespaces.cs
│ ├── Opc.Ua.CertificateGenerator.exe
│ ├── OpcUaServerSample.csproj
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReferenceNodeManager.cs
│ ├── ReferenceServer.cs
│ ├── ReferenceServerConfiguration.cs
│ ├── ReferenceServerUtils.cs
│ ├── SharpNodeSettingsServer.Config.xml
│ ├── bin
│ │ └── Debug
│ │ ├── App.ico
│ │ ├── BouncyCastle.Crypto.dll
│ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Hosting.dll
│ │ ├── Microsoft.AspNetCore.Http.Abstractions.dll
│ │ ├── Microsoft.AspNetCore.Http.Features.dll
│ │ ├── Microsoft.AspNetCore.Http.dll
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
│ │ ├── Microsoft.AspNetCore.Server.Kestrel.dll
│ │ ├── Microsoft.AspNetCore.WebUtilities.dll
│ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll
│ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
│ │ ├── Microsoft.Extensions.Configuration.dll
│ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│ │ ├── Microsoft.Extensions.DependencyInjection.dll
│ │ ├── Microsoft.Extensions.FileProviders.Abstractions.dll
│ │ ├── Microsoft.Extensions.FileProviders.Physical.dll
│ │ ├── Microsoft.Extensions.FileSystemGlobbing.dll
│ │ ├── Microsoft.Extensions.Logging.Abstractions.dll
│ │ ├── Microsoft.Extensions.Logging.dll
│ │ ├── Microsoft.Extensions.ObjectPool.dll
│ │ ├── Microsoft.Extensions.Options.dll
│ │ ├── Microsoft.Extensions.PlatformAbstractions.dll
│ │ ├── Microsoft.Extensions.Primitives.dll
│ │ ├── Microsoft.Net.Http.Headers.dll
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Opc.Ua.CertificateGenerator.exe
│ │ ├── Opc.Ua.Configuration.dll
│ │ ├── Opc.Ua.Core.dll
│ │ ├── Opc.Ua.Server.dll
│ │ ├── Opc.Ua.ServerControls.dll
│ │ ├── OpcUaServerSample.exe
│ │ ├── OpcUaServerSample.exe.config
│ │ ├── OpcUaServerSample.pdb
│ │ ├── SharpNodeSettingsServer.Config.xml
│ │ ├── System.Buffers.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ ├── System.Numerics.Vectors.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ ├── System.Text.Encodings.Web.dll
│ │ └── System.Threading.Tasks.Extensions.dll
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── OpcUaServerSample.Properties.Resources.resources
│ ├── OpcUaServerSample.csproj.AssemblyReference.cache
│ ├── OpcUaServerSample.csproj.CopyComplete
│ ├── OpcUaServerSample.csproj.CoreCompileInputs.cache
│ ├── OpcUaServerSample.csproj.FileListAbsolute.txt
│ ├── OpcUaServerSample.csproj.GenerateResource.cache
│ ├── OpcUaServerSample.exe
│ ├── OpcUaServerSample.exe.config
│ ├── OpcUaServerSample.pdb
│ └── TempPE
├── README.md
└── packages
├── Libuv.1.9.2
│ ├── Libuv.1.9.2.nupkg
│ ├── runtimes
│ │ ├── debian-x64
│ │ ├── osx
│ │ ├── rhel-x64
│ │ ├── win7-arm
│ │ ├── win7-x64
│ │ └── win7-x86
│ └── thirdpartynotices.txt
├── Microsoft.AspNetCore.Hosting.1.1.3
│ ├── Microsoft.AspNetCore.Hosting.1.1.3.nupkg
│ └── lib
│ ├── net451
│ ├── netstandard1.3
│ └── netstandard1.5
├── Microsoft.AspNetCore.Hosting.Abstractions.1.1.3
│ ├── Microsoft.AspNetCore.Hosting.Abstractions.1.1.3.nupkg
│ └── lib
│ ├── net451
│ └── netstandard1.3
├── Microsoft.AspNetCore.Hosting.Server.Abstractions.1.1.3
│ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.1.1.3.nupkg
│ └── lib
│ ├── net451
│ └── netstandard1.3
├── Microsoft.AspNetCore.Http.1.1.2
│ ├── Microsoft.AspNetCore.Http.1.1.2.nupkg
│ └── lib
│ ├── net451
│ └── netstandard1.3
├── Microsoft.AspNetCore.Http.Abstractions.1.1.2
│ ├── Microsoft.AspNetCore.Http.Abstractions.1.1.2.nupkg
│ └── lib
│ ├── net451
│ └── netstandard1.3
├── Microsoft.AspNetCore.Http.Extensions.1.1.2
│ ├── Microsoft.AspNetCore.Http.Extensions.1.1.2.nupkg
│ └── lib
│ ├── net451
│ └── netstandard1.3
├── Microsoft.AspNetCore.Http.Features.1.1.2
│ ├── Microsoft.AspNetCore.Http.Features.1.1.2.nupkg
│ └── lib
│ ├── net451
│ └── netstandard1.3
├── Microsoft.AspNetCore.Server.Kestrel.1.1.3
│ ├── Microsoft.AspNetCore.Server.Kestrel.1.1.3.nupkg
│ └── lib
│ ├── net451
│ └── netstandard1.3
├── Microsoft.AspNetCore.Server.Kestrel.Https.1.1.3
│ ├── Microsoft.AspNetCore.Server.Kestrel.Https.1.1.3.nupkg
│ └── lib
│ ├── net451
│ └── netstandard1.3
├── Microsoft.AspNetCore.WebUtilities.1.1.2
│ ├── Microsoft.AspNetCore.WebUtilities.1.1.2.nupkg
│ └── lib
│ ├── net451
│ └── netstandard1.3
├── Microsoft.Extensions.Configuration.1.1.2
│ ├── Microsoft.Extensions.Configuration.1.1.2.nupkg
│ └── lib
│ └── netstandard1.1
├── Microsoft.Extensions.Configuration.Abstractions.1.1.2
│ ├── Microsoft.Extensions.Configuration.Abstractions.1.1.2.nupkg
│ └── lib
│ └── netstandard1.0
├── Microsoft.Extensions.Configuration.EnvironmentVariables.1.1.2
│ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.1.1.2.nupkg
│ └── lib
│ ├── net451
│ └── netstandard1.3
├── Microsoft.Extensions.DependencyInjection.1.1.1
│ ├── Microsoft.Extensions.DependencyInjection.1.1.1.nupkg
│ └── lib
│ └── netstandard1.1
├── Microsoft.Extensions.DependencyInjection.Abstractions.1.1.1
│ ├── Microsoft.Extensions.DependencyInjection.Abstractions.1.1.1.nupkg
│ └── lib
│ └── netstandard1.0
├── Microsoft.Extensions.FileProviders.Abstractions.1.1.1
│ ├── Microsoft.Extensions.FileProviders.Abstractions.1.1.1.nupkg
│ └── lib
│ └── netstandard1.0
├── Microsoft.Extensions.FileProviders.Physical.1.1.1
│ ├── Microsoft.Extensions.FileProviders.Physical.1.1.1.nupkg
│ └── lib
│ ├── net451
│ └── netstandard1.3
├── Microsoft.Extensions.FileSystemGlobbing.1.1.1
│ ├── Microsoft.Extensions.FileSystemGlobbing.1.1.1.nupkg
│ └── lib
│ ├── net45
│ └── netstandard1.3
├── Microsoft.Extensions.Logging.1.1.2
│ ├── Microsoft.Extensions.Logging.1.1.2.nupkg
│ └── lib
│ └── netstandard1.1
├── Microsoft.Extensions.Logging.Abstractions.1.1.2
│ ├── Microsoft.Extensions.Logging.Abstractions.1.1.2.nupkg
│ └── lib
│ └── netstandard1.1
├── Microsoft.Extensions.ObjectPool.1.1.1
│ ├── Microsoft.Extensions.ObjectPool.1.1.1.nupkg
│ └── lib
│ ├── net451
│ └── netstandard1.3
├── Microsoft.Extensions.Options.1.1.2
│ ├── Microsoft.Extensions.Options.1.1.2.nupkg
│ └── lib
│ └── netstandard1.0
├── Microsoft.Extensions.PlatformAbstractions.1.1.0
│ ├── Microsoft.Extensions.PlatformAbstractions.1.1.0.nupkg
│ └── lib
│ ├── net451
│ └── netstandard1.3
├── Microsoft.Extensions.Primitives.1.1.1
│ ├── Microsoft.Extensions.Primitives.1.1.1.nupkg
│ └── lib
│ └── netstandard1.0
├── Microsoft.NETCore.Platforms.1.1.0
│ ├── Microsoft.NETCore.Platforms.1.1.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ └── netstandard1.0
│ └── runtime.json
├── Microsoft.Net.Http.Headers.1.1.2
│ ├── Microsoft.Net.Http.Headers.1.1.2.nupkg
│ └── lib
│ └── netstandard1.1
├── Microsoft.Win32.Primitives.4.3.0
│ ├── Microsoft.Win32.Primitives.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net46
│ ├── netstandard1.3
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── NETStandard.Library.1.6.1
│ ├── NETStandard.Library.1.6.1.nupkg
│ ├── ThirdPartyNotices.txt
│ └── dotnet_library_license.txt
├── Newtonsoft.Json.10.0.3
│ ├── LICENSE.md
│ ├── Newtonsoft.Json.10.0.3.nupkg
│ ├── lib
│ │ ├── net20
│ │ ├── net35
│ │ ├── net40
│ │ ├── net45
│ │ ├── netstandard1.0
│ │ ├── netstandard1.3
│ │ ├── portable-net40 sl5 win8 wp8 wpa81
│ │ └── portable-net45 win8 wp8 wpa81
│ └── tools
│ └── install.ps1
├── OPCFoundation.NetStandard.Opc.Ua.1.4.354.23
│ ├── OPCFoundation.NetStandard.Opc.Ua.1.4.354.23.nupkg
│ └── lib
│ ├── net46
│ ├── netstandard1.3
│ └── netstandard2.0
├── Portable.BouncyCastle.1.8.4
│ ├── Portable.BouncyCastle.1.8.4.nupkg
│ └── lib
│ ├── net40
│ ├── netstandard1.0
│ ├── netstandard1.3
│ └── netstandard2.0
├── System.AppContext.4.3.0
│ ├── System.AppContext.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── net463
│ │ ├── netcore50
│ │ ├── netstandard1.6
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ ├── ref
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── net463
│ │ ├── netstandard
│ │ ├── netstandard1.3
│ │ ├── netstandard1.6
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── runtimes
│ └── aot
├── System.Buffers.4.3.0
│ ├── System.Buffers.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ └── lib
│ └── netstandard1.1
├── System.Collections.4.3.0
│ ├── System.Collections.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.3
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Collections.Concurrent.4.3.0
│ ├── System.Collections.Concurrent.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── netcore50
│ │ ├── netstandard1.3
│ │ ├── portable-net45 win8 wpa81
│ │ ├── win8
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.1
│ ├── netstandard1.3
│ ├── portable-net45 win8 wpa81
│ ├── win8
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Collections.Immutable.1.3.0
│ ├── System.Collections.Immutable.1.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ └── lib
│ ├── netstandard1.0
│ └── portable-net45 win8 wp8 wpa81
├── System.ComponentModel.4.3.0
│ ├── System.ComponentModel.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── netcore50
│ │ ├── netstandard1.3
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.0
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Console.4.3.0
│ ├── System.Console.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net46
│ ├── netstandard1.3
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Diagnostics.Contracts.4.3.0
│ ├── System.Diagnostics.Contracts.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── netcore50
│ │ ├── netstandard1.0
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ ├── ref
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── netcore50
│ │ ├── netstandard1.0
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── runtimes
│ └── aot
├── System.Diagnostics.Debug.4.3.0
│ ├── System.Diagnostics.Debug.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.3
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Diagnostics.DiagnosticSource.4.3.1
│ ├── System.Diagnostics.DiagnosticSource.4.3.1.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ └── lib
│ ├── net46
│ ├── netstandard1.1
│ ├── netstandard1.3
│ └── portable-net45 win8 wpa81
├── System.Diagnostics.Tools.4.3.0
│ ├── System.Diagnostics.Tools.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.0
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Diagnostics.Tracing.4.3.0
│ ├── System.Diagnostics.Tracing.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── net462
│ │ ├── portable-net45 win8 wpa81
│ │ ├── win8
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── net462
│ ├── netcore50
│ ├── netstandard1.1
│ ├── netstandard1.2
│ ├── netstandard1.3
│ ├── netstandard1.5
│ ├── portable-net45 win8 wpa81
│ ├── win8
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Globalization.4.3.0
│ ├── System.Globalization.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.3
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Globalization.Calendars.4.3.0
│ ├── System.Globalization.Calendars.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net46
│ ├── netstandard1.3
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.IO.4.3.0
│ ├── System.IO.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── net462
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── net462
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.3
│ ├── netstandard1.5
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.IO.Compression.4.3.0
│ ├── System.IO.Compression.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── net46
│ │ ├── portable-net45 win8 wpa81
│ │ ├── win8
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ ├── ref
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── net46
│ │ ├── netcore50
│ │ ├── netstandard1.1
│ │ ├── netstandard1.3
│ │ ├── portable-net45 win8 wpa81
│ │ ├── win8
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── runtimes
│ ├── unix
│ └── win
├── System.IO.Compression.ZipFile.4.3.0
│ ├── System.IO.Compression.ZipFile.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── netstandard1.3
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net46
│ ├── netstandard1.3
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.IO.FileSystem.4.3.0
│ ├── System.IO.FileSystem.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net46
│ ├── netstandard1.3
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.IO.FileSystem.Primitives.4.3.0
│ ├── System.IO.FileSystem.Primitives.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── netstandard1.3
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net46
│ ├── netstandard1.3
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Linq.4.3.0
│ ├── System.Linq.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── net463
│ │ ├── netcore50
│ │ ├── netstandard1.6
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── net463
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.6
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Linq.Expressions.4.3.0
│ ├── System.Linq.Expressions.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── net463
│ │ ├── netcore50
│ │ ├── netstandard1.6
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ ├── ref
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── net463
│ │ ├── netcore50
│ │ ├── netstandard1.0
│ │ ├── netstandard1.3
│ │ ├── netstandard1.6
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── runtimes
│ └── aot
├── System.Net.Http.4.3.0
│ ├── System.Net.Http.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── Xamarinmac20
│ │ ├── monoandroid10
│ │ ├── monotouch10
│ │ ├── net45
│ │ ├── net46
│ │ ├── portable-net45 win8 wpa81
│ │ ├── win8
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ ├── ref
│ │ ├── Xamarinmac20
│ │ ├── monoandroid10
│ │ ├── monotouch10
│ │ ├── net45
│ │ ├── net46
│ │ ├── netcore50
│ │ ├── netstandard1.1
│ │ ├── netstandard1.3
│ │ ├── portable-net45 win8 wpa81
│ │ ├── win8
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── runtimes
│ ├── unix
│ └── win
├── System.Net.Primitives.4.3.0
│ ├── System.Net.Primitives.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.1
│ ├── netstandard1.3
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Net.Sockets.4.3.0
│ ├── System.Net.Sockets.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net46
│ ├── netstandard1.3
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Numerics.Vectors.4.3.0
│ ├── System.Numerics.Vectors.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── netstandard1.0
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net46
│ ├── netstandard1.0
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.ObjectModel.4.3.0
│ ├── System.ObjectModel.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── netcore50
│ │ ├── netstandard1.3
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.3
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Reflection.4.3.0
│ ├── System.Reflection.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── net462
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── net462
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.3
│ ├── netstandard1.5
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Reflection.Extensions.4.3.0
│ ├── System.Reflection.Extensions.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.0
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Reflection.Metadata.1.4.1
│ ├── System.Reflection.Metadata.1.4.1.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ └── lib
│ ├── netstandard1.1
│ └── portable-net45 win8
├── System.Reflection.Primitives.4.3.0
│ ├── System.Reflection.Primitives.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.0
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Resources.ResourceManager.4.3.0
│ ├── System.Resources.ResourceManager.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.0
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Runtime.4.3.0
│ ├── System.Runtime.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── net462
│ │ ├── portable-net45 win8 wp80 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── net462
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.2
│ ├── netstandard1.3
│ ├── netstandard1.5
│ ├── portable-net45 win8 wp80 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Runtime.CompilerServices.Unsafe.4.3.0
│ ├── System.Runtime.CompilerServices.Unsafe.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ └── lib
│ └── netstandard1.0
├── System.Runtime.Extensions.4.3.0
│ ├── System.Runtime.Extensions.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── net462
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── net462
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.3
│ ├── netstandard1.5
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Runtime.Handles.4.3.0
│ ├── System.Runtime.Handles.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net46
│ ├── netstandard1.3
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Runtime.InteropServices.4.3.0
│ ├── System.Runtime.InteropServices.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── net462
│ │ ├── net463
│ │ ├── portable-net45 win8 wpa81
│ │ ├── win8
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── net462
│ ├── net463
│ ├── netcore50
│ ├── netcoreapp1.1
│ ├── netstandard1.1
│ ├── netstandard1.2
│ ├── netstandard1.3
│ ├── netstandard1.5
│ ├── portable-net45 win8 wpa81
│ ├── win8
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Runtime.InteropServices.RuntimeInformation.4.3.0
│ ├── System.Runtime.InteropServices.RuntimeInformation.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── netstandard1.1
│ │ ├── win8
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ ├── ref
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── netstandard1.1
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── runtimes
│ ├── aot
│ ├── unix
│ └── win
├── System.Runtime.Numerics.4.3.0
│ ├── System.Runtime.Numerics.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── netcore50
│ │ ├── netstandard1.3
│ │ ├── portable-net45 win8 wpa81
│ │ ├── win8
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.1
│ ├── portable-net45 win8 wpa81
│ ├── win8
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Security.Cryptography.Algorithms.4.3.0
│ ├── System.Security.Cryptography.Algorithms.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── net461
│ │ ├── net463
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ ├── ref
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── net461
│ │ ├── net463
│ │ ├── netstandard1.3
│ │ ├── netstandard1.4
│ │ ├── netstandard1.6
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── runtimes
│ ├── osx
│ ├── unix
│ └── win
├── System.Security.Cryptography.Encoding.4.3.0
│ ├── System.Security.Cryptography.Encoding.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ ├── ref
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── netstandard1.3
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── runtimes
│ ├── unix
│ └── win
├── System.Security.Cryptography.Primitives.4.3.0
│ ├── System.Security.Cryptography.Primitives.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── netstandard1.3
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net46
│ ├── netstandard1.3
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Security.Cryptography.X509Certificates.4.3.0
│ ├── System.Security.Cryptography.X509Certificates.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── net461
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ ├── ref
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net46
│ │ ├── net461
│ │ ├── netstandard1.3
│ │ ├── netstandard1.4
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── runtimes
│ ├── unix
│ └── win
├── System.Text.Encoding.4.3.0
│ ├── System.Text.Encoding.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.3
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Text.Encoding.Extensions.4.3.0
│ ├── System.Text.Encoding.Extensions.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.3
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Text.Encodings.Web.4.3.1
│ ├── System.Text.Encodings.Web.4.3.1.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ └── lib
│ └── netstandard1.0
├── System.Text.RegularExpressions.4.3.0
│ ├── System.Text.RegularExpressions.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── net463
│ │ ├── netcore50
│ │ ├── netstandard1.6
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── net463
│ ├── netcore50
│ ├── netcoreapp1.1
│ ├── netstandard1.0
│ ├── netstandard1.3
│ ├── netstandard1.6
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Threading.4.3.0
│ ├── System.Threading.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── netcore50
│ │ ├── netstandard1.3
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ ├── ref
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── netcore50
│ │ ├── netstandard1.0
│ │ ├── netstandard1.3
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── runtimes
│ └── aot
├── System.Threading.Tasks.4.3.0
│ ├── System.Threading.Tasks.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.3
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Threading.Tasks.Extensions.4.3.0
│ ├── System.Threading.Tasks.Extensions.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ └── lib
│ ├── netstandard1.0
│ └── portable-net45 win8 wp8 wpa81
├── System.Threading.Timer.4.3.0
│ ├── System.Threading.Timer.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net451
│ │ ├── portable-net451 win81 wpa81
│ │ ├── win81
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net451
│ ├── netcore50
│ ├── netstandard1.2
│ ├── portable-net451 win81 wpa81
│ ├── win81
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
├── System.Xml.ReaderWriter.4.3.0
│ ├── System.Xml.ReaderWriter.4.3.0.nupkg
│ ├── ThirdPartyNotices.txt
│ ├── dotnet_library_license.txt
│ ├── lib
│ │ ├── MonoAndroid10
│ │ ├── MonoTouch10
│ │ ├── net45
│ │ ├── net46
│ │ ├── netcore50
│ │ ├── netstandard1.3
│ │ ├── portable-net45 win8 wp8 wpa81
│ │ ├── win8
│ │ ├── wp80
│ │ ├── wpa81
│ │ ├── xamarinios10
│ │ ├── xamarinmac20
│ │ ├── xamarintvos10
│ │ └── xamarinwatchos10
│ └── ref
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── net46
│ ├── netcore50
│ ├── netstandard1.0
│ ├── netstandard1.3
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
└── System.Xml.XDocument.4.3.0
├── System.Xml.XDocument.4.3.0.nupkg
├── ThirdPartyNotices.txt
├── dotnet_library_license.txt
├── lib
│ ├── MonoAndroid10
│ ├── MonoTouch10
│ ├── net45
│ ├── netcore50
│ ├── netstandard1.3
│ ├── portable-net45 win8 wp8 wpa81
│ ├── win8
│ ├── wp80
│ ├── wpa81
│ ├── xamarinios10
│ ├── xamarinmac20
│ ├── xamarintvos10
│ └── xamarinwatchos10
└── ref
├── MonoAndroid10
├── MonoTouch10
├── net45
├── netcore50
├── netstandard1.0
├── netstandard1.3
├── portable-net45 win8 wp8 wpa81
├── win8
├── wp80
├── wpa81
├── xamarinios10
├── xamarinmac20
├── xamarintvos10
└── xamarinwatchos10
1432 directories, 711 files
评论